home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- public class StyleConstants$ParagraphConstants extends StyleConstants implements AttributeSet.ParagraphAttribute {
- public static final Object FirstLineIndent = new StyleConstants$ParagraphConstants("FirstLineIndent");
- public static final Object LeftIndent = new StyleConstants$ParagraphConstants("LeftIndent");
- public static final Object RightIndent = new StyleConstants$ParagraphConstants("RightIndent");
- public static final Object LineSpacing = new StyleConstants$ParagraphConstants("LineSpacing");
- public static final Object SpaceAbove = new StyleConstants$ParagraphConstants("SpaceAbove");
- public static final Object SpaceBelow = new StyleConstants$ParagraphConstants("SpaceBelow");
- public static final Object Alignment = new StyleConstants$ParagraphConstants("Alignment");
- public static final Object TabSet = new StyleConstants$ParagraphConstants("TabSet");
- public static final Object Orientation = new StyleConstants$ParagraphConstants("Orientation");
-
- private StyleConstants$ParagraphConstants(String var1) {
- super(var1);
- }
- }
-